home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / icpr20c.arc / R.CMD < prev    next >
OS/2 REXX Batch file  |  1987-07-09  |  694b  |  26 lines

  1. ; This file was created using MAKEOTHR from the package ICPR20
  2. ; designed by Wayne Wolf.  ICPR20 Copyright 1987
  3. ; You may modify this file in any way you wish but since the make
  4. ; files utilize the existing cmd files I discourage it.  If you have
  5. ; comments or useful modifications please contact me, either at
  6. ; unix: ww@ufcsg.ufl.edu  or bbs: PC-EXCHANGE at 404-977-6686.
  7. Clear
  8. Message "Which step file to return to ('STEP' + Area code) ?"
  9. Message "--> "
  10. Locate 1,5
  11. Get S0
  12. Message " "
  13. Message "What mode (H for Hayes, R for Racal, in caps please) ?"
  14. Message "--> "
  15. Locate 3,5
  16. Get S7
  17. Find S7 "R"
  18. If Found
  19.    Tran "!"
  20. Else
  21.    Tran "ATZ!"
  22. EndIf
  23. Pause 2
  24. Execute S0
  25. Exit
  26.